inherited frmRVInsertSymbol: TfrmRVInsertSymbol Left = 243 Top = 130 ActiveControl = btnOk BorderIcons = [biSystemMenu] Caption = 'Insert Symbol' ClientHeight = 336 ClientWidth = 703 Constraints.MinHeight = 363 Constraints.MinWidth = 560 OldCreateOrder = True Position = poScreenCenter OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object lblCharset: TLabel Left = 412 Top = 14 Width = 68 Height = 13 Anchors = [akTop, akRight] Caption = '&Character Set:' end object lblFont: TLabel Left = 15 Top = 14 Width = 24 Height = 13 Caption = '&Font:' end object Label1: TLabel Left = 13 Top = 312 Width = 32 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Label1' end object btnOk: TButton Left = 493 Top = 305 Width = 100 Height = 25 Anchors = [akRight, akBottom] Caption = 'Insert' Default = True ModalResult = 1 TabOrder = 3 end object btnCancel: TButton Left = 596 Top = 305 Width = 100 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object cmbFont: TRVFontComboBox Left = 70 Top = 10 Width = 171 Height = 21 Style = csDropDownList DropDownCount = 20 ItemHeight = 13 TabOrder = 0 OnClick = cmbFontClick end object cmbCharset: TRVFontCharsetComboBox Left = 523 Top = 10 Width = 164 Height = 21 Style = csDropDownList Anchors = [akTop, akRight] DropDownCount = 20 ItemHeight = 13 TabOrder = 1 OnClick = cmbCharsetClick AddDefaultCharset = True DefaultCharsetCaption = 'Unicode' end object dg: TRVGrid Left = 8 Top = 43 Width = 687 Height = 246 HelpContext = 109 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 TabStop = True OnEnter = dgEnter BoundsType = bbtByGridBounds RowCount = 8 RowsVisible = 8 ColCount = 28 GridLineWidth = 1 DefaultColWidth = 32 DefaultRowHeight = 20 OnDrawCell = dgDrawCell OnSelectCell = dgSelectCell OnTopLeftChanged = dgTopLeftChanged end end